projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7985899
)
Splits a test on two lines to keep it below 100 chars.
author
Kaivo Anastetiks
<kaivoanastetiks@gmail.com>
Tue, 5 Jul 2016 12:49:01 +0000
(08:49 -0400)
committer
Kaivo Anastetiks
<kaivoanastetiks@gmail.com>
Tue, 5 Jul 2016 12:49:01 +0000
(08:49 -0400)
tests/cargo.rs
patch
|
blob
|
history
diff --git
a/tests/cargo.rs
b/tests/cargo.rs
index 09cfa168f3da696e9c82c942b163166ebb063231..267c6199a5885c68de1345d6d73e13da1cbba9fe 100644
(file)
--- a/
tests/cargo.rs
+++ b/
tests/cargo.rs
@@
-121,7
+121,8
@@
fn find_closest_dont_correct_nonsense() {
assert_that(pr,
execs().with_status(101)
- .with_stderr("[ERROR] no such subcommand: `there-is-no-way-that-there-is-a-command-close-to-this`
+ .with_stderr("[ERROR] no such subcommand: \
+ `there-is-no-way-that-there-is-a-command-close-to-this`
"));
}